| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function AddOrUpdate(Of T As ICreateOrUpdateValue(Of TKey,TValue))( _ ByVal key As TKey, _ ByRef createOrUpdateValue As T _ ) As Boolean  | |
| C# | |
|---|---|
public bool AddOrUpdate<T>( TKey key, ref T createOrUpdateValue ) where T: ICreateOrUpdateValue<TKey,TValue>  | |
Parameters
- key
 - createOrUpdateValue
 
Type Parameters
- T
 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7